Add Initial Support for Post-Processing Functions#263
Conversation
…r functions for adding and removing tables and figures
PR SummaryThis pull request introduces several enhancements to the ValidMind project, focusing on post-processing capabilities and raw data handling. Key changes include:
These changes enhance the flexibility and usability of the ValidMind library, allowing for more customized and detailed test result handling. Test Suggestions
|
AnilSorathiya
left a comment
There was a problem hiding this comment.
@johnwalz97 Awesome 👍
There are a couple of things:
- Are we using
keyanywhere? If not why don't we create separate ticket get rid off it? - Do we need
ref_idforRawDatato access it on platform/frontend? Since we are usingref_idfor tables and figures.
Thanks for reviewing @AnilSorathiya
|
AnilSorathiya
left a comment
There was a problem hiding this comment.
left one last comment otherwise it looks good.
Internal Notes for Reviewers
Initial support for post-processing functions along with an example notebook with a lot of examples.
External Release Notes
Adding support for post-processing functions to allow users to modify test outputs without modifying test code.